home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Utilitare / supercoolpim / setup.exe / {app} / SuperCoolPIM.exe / 0 / RCDATA / TFORMADDEDIT / TFORMADDEDIT.txt
Text File  |  2005-01-28  |  32KB  |  1,351 lines

  1. object FormAddEdit: TFormAddEdit
  2.   Left = 162
  3.   Top = 105
  4.   HelpContext = 441
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'FormAddEdit'
  8.   ClientHeight = 499
  9.   ClientWidth = 638
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   ShowHint = True
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object btnSaveAndExit: TBitBtn
  24.     Left = 264
  25.     Top = 456
  26.     Width = 121
  27.     Height = 30
  28.     Caption = 'Save and E&xit'
  29.     Default = True
  30.     Font.Charset = ANSI_CHARSET
  31.     Font.Color = clWindowText
  32.     Font.Height = -13
  33.     Font.Name = 'Arial'
  34.     Font.Style = []
  35.     ParentFont = False
  36.     TabOrder = 0
  37.     OnClick = btnSaveAndExitClick
  38.   end
  39.   object btnCancel: TBitBtn
  40.     Left = 412
  41.     Top = 456
  42.     Width = 121
  43.     Height = 30
  44.     Caption = 'Can&cel'
  45.     Font.Charset = ANSI_CHARSET
  46.     Font.Color = clWindowText
  47.     Font.Height = -13
  48.     Font.Name = 'Arial'
  49.     Font.Style = []
  50.     ParentFont = False
  51.     TabOrder = 1
  52.     OnClick = btnCancelClick
  53.   end
  54.   object PageControl1: TPageControl
  55.     Left = 0
  56.     Top = 0
  57.     Width = 638
  58.     Height = 441
  59.     ActivePage = TabSheet1
  60.     Align = alTop
  61.     Font.Charset = ANSI_CHARSET
  62.     Font.Color = clWindowText
  63.     Font.Height = -12
  64.     Font.Name = 'Arial'
  65.     Font.Style = []
  66.     ParentFont = False
  67.     TabOrder = 2
  68.     object TabSheet1: TTabSheet
  69.       Caption = '&General'
  70.       object Label1: TLabel
  71.         Left = 15
  72.         Top = 24
  73.         Width = 61
  74.         Height = 15
  75.         Caption = '&First Name'
  76.         FocusControl = GE_First
  77.       end
  78.       object Label2: TLabel
  79.         Left = 211
  80.         Top = 24
  81.         Width = 73
  82.         Height = 15
  83.         Caption = '&Middle Name'
  84.         FocusControl = GE_Middle
  85.       end
  86.       object Label3: TLabel
  87.         Left = 424
  88.         Top = 24
  89.         Width = 61
  90.         Height = 15
  91.         Caption = '&Last Name'
  92.         FocusControl = GE_last
  93.       end
  94.       object Label4: TLabel
  95.         Left = 15
  96.         Top = 63
  97.         Width = 56
  98.         Height = 15
  99.         Caption = 'Nic&kname'
  100.         FocusControl = GE_Nickname
  101.       end
  102.       object Label5: TLabel
  103.         Left = 211
  104.         Top = 64
  105.         Width = 23
  106.         Height = 15
  107.         Caption = '&Title'
  108.         FocusControl = GE_Title
  109.       end
  110.       object LP_Gender: TLabel
  111.         Left = 424
  112.         Top = 66
  113.         Width = 41
  114.         Height = 15
  115.         Caption = 'Gen&der'
  116.         FocusControl = GCom_Gender
  117.       end
  118.       object Label6: TLabel
  119.         Left = 15
  120.         Top = 101
  121.         Width = 43
  122.         Height = 15
  123.         Caption = 'S&pouse'
  124.         FocusControl = GE_spouse
  125.       end
  126.       object Label7: TLabel
  127.         Left = 211
  128.         Top = 100
  129.         Width = 44
  130.         Height = 15
  131.         Caption = 'Bi&rthday'
  132.         FocusControl = GTime_birthday
  133.       end
  134.       object LP_Anniv: TLabel
  135.         Left = 424
  136.         Top = 103
  137.         Width = 63
  138.         Height = 15
  139.         Caption = '&Anniversary'
  140.         FocusControl = GTime_Ann
  141.       end
  142.       object Label8: TLabel
  143.         Left = 15
  144.         Top = 141
  145.         Width = 47
  146.         Height = 15
  147.         Caption = 'Childr&en'
  148.         FocusControl = GE_child1
  149.       end
  150.       object LP_ICQ: TLabel
  151.         Left = 15
  152.         Top = 180
  153.         Width = 21
  154.         Height = 15
  155.         Caption = 'IC&Q'
  156.         FocusControl = GE_ICQ
  157.       end
  158.       object LP_Messenger: TLabel
  159.         Left = 211
  160.         Top = 180
  161.         Width = 72
  162.         Height = 15
  163.         Caption = 'M&SN Account'
  164.         FocusControl = GE_MSN
  165.       end
  166.       object LP_AIM: TLabel
  167.         Left = 424
  168.         Top = 180
  169.         Width = 65
  170.         Height = 15
  171.         Caption = 'A&IM Account'
  172.         FocusControl = GE_AIM
  173.       end
  174.       object LP_Category: TLabel
  175.         Left = 15
  176.         Top = 219
  177.         Width = 49
  178.         Height = 15
  179.         Caption = 'Categor&y'
  180.         FocusControl = GCom_category
  181.       end
  182.       object GE_child1: TEdit
  183.         Left = 77
  184.         Top = 138
  185.         Width = 99
  186.         Height = 23
  187.         AutoSize = False
  188.         TabOrder = 9
  189.       end
  190.       object GE_child2: TEdit
  191.         Left = 186
  192.         Top = 138
  193.         Width = 99
  194.         Height = 23
  195.         AutoSize = False
  196.         TabOrder = 10
  197.       end
  198.       object GE_child3: TEdit
  199.         Left = 295
  200.         Top = 138
  201.         Width = 99
  202.         Height = 23
  203.         AutoSize = False
  204.         TabOrder = 11
  205.       end
  206.       object GE_child4: TEdit
  207.         Left = 403
  208.         Top = 138
  209.         Width = 99
  210.         Height = 23
  211.         AutoSize = False
  212.         TabOrder = 12
  213.       end
  214.       object GE_child5: TEdit
  215.         Left = 512
  216.         Top = 138
  217.         Width = 99
  218.         Height = 23
  219.         AutoSize = False
  220.         TabOrder = 13
  221.       end
  222.       object GCheck_private: TCheckBox
  223.         Left = 494
  224.         Top = 219
  225.         Width = 124
  226.         Height = 17
  227.         Caption = 'Pri&vate Information'
  228.         TabOrder = 18
  229.       end
  230.       object GTime_birthday: TDateEdit
  231.         Left = 288
  232.         Top = 98
  233.         Width = 121
  234.         Height = 23
  235.         NumGlyphs = 2
  236.         TabOrder = 7
  237.       end
  238.       object GTime_Ann: TDateEdit
  239.         Left = 492
  240.         Top = 98
  241.         Width = 121
  242.         Height = 23
  243.         NumGlyphs = 2
  244.         TabOrder = 8
  245.       end
  246.       object GroupBox1: TGroupBox
  247.         Left = 14
  248.         Top = 252
  249.         Width = 440
  250.         Height = 146
  251.         Caption = '&Note'
  252.         TabOrder = 19
  253.         object GM_note: TMemo
  254.           Left = 13
  255.           Top = 20
  256.           Width = 413
  257.           Height = 114
  258.           ScrollBars = ssBoth
  259.           TabOrder = 0
  260.         end
  261.       end
  262.       object GroupBox2: TGroupBox
  263.         Left = 469
  264.         Top = 252
  265.         Width = 148
  266.         Height = 146
  267.         Caption = 'Photo'
  268.         TabOrder = 20
  269.         object SpeedButton1: TSpeedButton
  270.           Left = 115
  271.           Top = 52
  272.           Width = 25
  273.           Height = 25
  274.           Hint = 'Select a Image File'
  275.           Flat = True
  276.           Glyph.Data = {
  277.             42020000424D4202000000000000420000002800000010000000100000000100
  278.             1000030000000002000000000000000000000000000000000000007C0000E003
  279.             00001F0000001F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  280.             1F7C1F7C1F7C000000000000000000000000000000000000000000001F7C1F7C
  281.             1F7C1F7C1F7C8031803140664066E03D4066E03D4066E03D4066E03D00001F7C
  282.             1F7C1F7C1F7C8031F27F80314066406640664066E03D4066E03D4066E03D0000
  283.             1F7C1F7C1F7C8031F27F207F8031406640664066406640664066E03D4066E03D
  284.             00001F7C1F7C8031F27FFF7F207F8031406640664066406640664066E03D4066
  285.             E03D00001F7C8031F27F207FFF7F207F80318031803180318031803180318031
  286.             8031803100008031F27FFF7F207FFF7F207F207F207F207F207F00001F7C1F7C
  287.             1F7C1F7C1F7C8031F27F207FFF7FF27FF27FF27FF27FF27FF27F00001F7C1F7C
  288.             1F7C1F7C1F7C8031FF7FF27F326780318031803180318031803180311F7C1F7C
  289.             1F7C1F7C1F7C1F7C8031803180311F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7CCC00
  290.             CC00CC001F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  291.             D200CC001F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7CD2001F7C1F7C1F7CD200
  292.             1F7CCC001F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7CD200D200D2001F7C
  293.             1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  294.             1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  295.             1F7C1F7C1F7C}
  296.           OnClick = SpeedButton1Click
  297.         end
  298.         object SpeedButton2: TSpeedButton
  299.           Left = 115
  300.           Top = 77
  301.           Width = 25
  302.           Height = 25
  303.           Hint = 'Clear Image'
  304.           Flat = True
  305.           Glyph.Data = {
  306.             42020000424D4202000000000000420000002800000010000000100000000100
  307.             1000030000000002000000000000000000000000000000000000007C0000E003
  308.             00001F0000001F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  309.             1F7C1F7C1F7C1F7C1F7C00481F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  310.             007C1F7C1F7C1F7CC564007C00481F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  311.             1F7C1F7C1F7C1F7CC564457E007C00481F7C1F7C1F7C1F7C1F7C1F7C1F7C007C
  312.             1F7C1F7C1F7C1F7C1F7CC564807D00641F7C1F7C1F7C1F7C1F7C1F7C007C1F7C
  313.             1F7C1F7C1F7C1F7C1F7C1F7C0064007C00481F7C1F7C1F7C1F7C007C00481F7C
  314.             1F7C1F7C1F7C1F7C1F7C1F7C1F7C0064007C00481F7C1F7C007C00481F7C1F7C
  315.             1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C0064007C0048007C00481F7C1F7C1F7C
  316.             1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C0064007C00481F7C1F7C1F7C1F7C
  317.             1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C0064007C0048006400481F7C1F7C1F7C
  318.             1F7C1F7C1F7C1F7C1F7C1F7C1F7C0064007C00481F7C1F7C006400481F7C1F7C
  319.             1F7C1F7C1F7C1F7C1F7C0064007C007C00481F7C1F7C1F7C1F7C006400481F7C
  320.             1F7C1F7C1F7C1F7C0064457E007C00481F7C1F7C1F7C1F7C1F7C1F7C00640048
  321.             1F7C1F7C1F7C1F7C8C4900648C491F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  322.             00641F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  323.             1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  324.             1F7C1F7C1F7C}
  325.           OnClick = SpeedButton2Click
  326.         end
  327.         object Panel1: TPanel
  328.           Left = 13
  329.           Top = 20
  330.           Width = 103
  331.           Height = 114
  332.           BevelInner = bvLowered
  333.           BevelOuter = bvNone
  334.           TabOrder = 0
  335.           object GP_photo: TImage
  336.             Left = 1
  337.             Top = 1
  338.             Width = 101
  339.             Height = 112
  340.             Hint = 'Double-click it to show original size'
  341.             Align = alClient
  342.             Stretch = True
  343.             OnDblClick = GP_photoDblClick
  344.           end
  345.         end
  346.       end
  347.       object GE_First: TEdit
  348.         Left = 77
  349.         Top = 20
  350.         Width = 121
  351.         Height = 23
  352.         AutoSize = False
  353.         TabOrder = 0
  354.       end
  355.       object GE_Middle: TEdit
  356.         Left = 288
  357.         Top = 20
  358.         Width = 121
  359.         Height = 23
  360.         AutoSize = False
  361.         TabOrder = 1
  362.       end
  363.       object GE_last: TEdit
  364.         Left = 492
  365.         Top = 20
  366.         Width = 121
  367.         Height = 23
  368.         AutoSize = False
  369.         TabOrder = 2
  370.       end
  371.       object GE_Nickname: TEdit
  372.         Left = 77
  373.         Top = 59
  374.         Width = 121
  375.         Height = 23
  376.         AutoSize = False
  377.         TabOrder = 3
  378.       end
  379.       object GE_Title: TEdit
  380.         Left = 288
  381.         Top = 59
  382.         Width = 121
  383.         Height = 23
  384.         AutoSize = False
  385.         TabOrder = 4
  386.       end
  387.       object GCom_Gender: TComboBox
  388.         Left = 492
  389.         Top = 59
  390.         Width = 121
  391.         Height = 23
  392.         Style = csDropDownList
  393.         ItemHeight = 15
  394.         TabOrder = 5
  395.         Items.Strings = (
  396.           'Unspecified'
  397.           'Female'
  398.           'Male')
  399.       end
  400.       object GCom_category: TComboBox
  401.         Left = 77
  402.         Top = 216
  403.         Width = 405
  404.         Height = 23
  405.         ItemHeight = 15
  406.         TabOrder = 17
  407.         Items.Strings = (
  408.           'International'
  409.           'Business'
  410.           'Competition'
  411.           'Supplier'
  412.           'Customer'
  413.           'Personal'
  414.           'Favorites')
  415.       end
  416.       object GE_spouse: TEdit
  417.         Left = 77
  418.         Top = 98
  419.         Width = 121
  420.         Height = 23
  421.         AutoSize = False
  422.         TabOrder = 6
  423.       end
  424.       object GE_ICQ: TEdit
  425.         Left = 77
  426.         Top = 177
  427.         Width = 120
  428.         Height = 23
  429.         AutoSize = False
  430.         TabOrder = 14
  431.       end
  432.       object GE_MSN: TEdit
  433.         Left = 288
  434.         Top = 176
  435.         Width = 124
  436.         Height = 23
  437.         AutoSize = False
  438.         TabOrder = 15
  439.       end
  440.       object GE_AIM: TEdit
  441.         Left = 492
  442.         Top = 176
  443.         Width = 121
  444.         Height = 23
  445.         AutoSize = False
  446.         TabOrder = 16
  447.       end
  448.     end
  449.     object TabSheet2: TTabSheet
  450.       Caption = '&Business'
  451.       ImageIndex = 1
  452.       object LB_company: TLabel
  453.         Left = 15
  454.         Top = 19
  455.         Width = 53
  456.         Height = 15
  457.         Caption = 'Compan&y'
  458.         FocusControl = BE_company
  459.       end
  460.       object LB_office: TLabel
  461.         Left = 363
  462.         Top = 19
  463.         Width = 31
  464.         Height = 15
  465.         Caption = 'Of&fice'
  466.         FocusControl = BE_office
  467.       end
  468.       object LB_department: TLabel
  469.         Left = 15
  470.         Top = 53
  471.         Width = 65
  472.         Height = 15
  473.         Caption = '&Department'
  474.         FocusControl = BE_department
  475.       end
  476.       object LB_jobTitle: TLabel
  477.         Left = 348
  478.         Top = 53
  479.         Width = 46
  480.         Height = 15
  481.         Caption = '&Job Title'
  482.         FocusControl = BE_JobTitle
  483.       end
  484.       object Bevel1: TBevel
  485.         Left = 15
  486.         Top = 84
  487.         Width = 600
  488.         Height = 6
  489.         Shape = bsTopLine
  490.       end
  491.       object LB_address: TLabel
  492.         Left = 15
  493.         Top = 100
  494.         Width = 32
  495.         Height = 15
  496.         Caption = 'St&reet'
  497.         FocusControl = BE_Address
  498.       end
  499.       object LB_city: TLabel
  500.         Left = 15
  501.         Top = 133
  502.         Width = 20
  503.         Height = 15
  504.         Caption = 'Ci&ty'
  505.         FocusControl = BE_City
  506.       end
  507.       object LB_state: TLabel
  508.         Left = 322
  509.         Top = 133
  510.         Width = 72
  511.         Height = 15
  512.         Hint = 'State/Provine'
  513.         Caption = 'State/Pro&vine'
  514.         FocusControl = BE_State
  515.       end
  516.       object LB_postcode: TLabel
  517.         Left = 15
  518.         Top = 166
  519.         Width = 55
  520.         Height = 15
  521.         Caption = '&Zip/Postal'
  522.         FocusControl = BE_ZIP
  523.       end
  524.       object LB_country: TLabel
  525.         Left = 309
  526.         Top = 166
  527.         Width = 85
  528.         Height = 15
  529.         Hint = 'Country/Region'
  530.         Caption = 'Co&untry/Region'
  531.         FocusControl = BE_Country
  532.       end
  533.       object Bevel2: TBevel
  534.         Left = 15
  535.         Top = 198
  536.         Width = 600
  537.         Height = 6
  538.         Shape = bsTopLine
  539.       end
  540.       object Bevel3: TBevel
  541.         Left = 15
  542.         Top = 315
  543.         Width = 600
  544.         Height = 6
  545.         Shape = bsTopLine
  546.       end
  547.       object LB_phone: TLabel
  548.         Left = 15
  549.         Top = 213
  550.         Width = 102
  551.         Height = 15
  552.         Caption = 'Business &Phone 1'
  553.         FocusControl = BE_P1
  554.       end
  555.       object Label9: TLabel
  556.         Left = 321
  557.         Top = 213
  558.         Width = 102
  559.         Height = 15
  560.         Caption = 'Business Pho&ne 2'
  561.         FocusControl = BE_p2
  562.       end
  563.       object Label10: TLabel
  564.         Left = 15
  565.         Top = 249
  566.         Width = 102
  567.         Height = 15
  568.         Caption = 'Business &Mobile 1'
  569.         FocusControl = BE_p3
  570.       end
  571.       object Label11: TLabel
  572.         Left = 321
  573.         Top = 249
  574.         Width = 102
  575.         Height = 15
  576.         Caption = 'Busine&ss Mobile 2'
  577.         FocusControl = BE_p4
  578.       end
  579.       object Label12: TLabel
  580.         Left = 15
  581.         Top = 282
  582.         Width = 85
  583.         Height = 15
  584.         Caption = 'Business F&ax 1'
  585.         FocusControl = BE_p5
  586.       end
  587.       object Label13: TLabel
  588.         Left = 321
  589.         Top = 282
  590.         Width = 85
  591.         Height = 15
  592.         Caption = 'Business Fa&x 2'
  593.         FocusControl = BE_p6
  594.       end
  595.       object Label14: TLabel
  596.         Left = 15
  597.         Top = 332
  598.         Width = 42
  599.         Height = 15
  600.         Hint = 'Business Email 1'
  601.         Caption = '&Email 1'
  602.         FocusControl = BE_e1
  603.       end
  604.       object Label15: TLabel
  605.         Left = 234
  606.         Top = 332
  607.         Width = 42
  608.         Height = 15
  609.         Hint = 'Business Email 2'
  610.         Caption = 'Ema&il 2'
  611.         FocusControl = BE_e2
  612.       end
  613.       object Label16: TLabel
  614.         Left = 431
  615.         Top = 332
  616.         Width = 42
  617.         Height = 15
  618.         Hint = 'Business Email 3'
  619.         Caption = 'Emai&l 3'
  620.         FocusControl = BE_e3
  621.       end
  622.       object Bevel4: TBevel
  623.         Left = 15
  624.         Top = 364
  625.         Width = 600
  626.         Height = 6
  627.         Shape = bsTopLine
  628.       end
  629.       object Label17: TLabel
  630.         Left = 15
  631.         Top = 380
  632.         Width = 56
  633.         Height = 15
  634.         Caption = '&Web page'
  635.         FocusControl = BE_web
  636.       end
  637.       object SpeedButton3: TSpeedButton
  638.         Left = 592
  639.         Top = 378
  640.         Width = 23
  641.         Height = 23
  642.         Caption = 'Go'
  643.         OnClick = SpeedButton3Click
  644.       end
  645.       object BE_company: TEdit
  646.         Left = 85
  647.         Top = 16
  648.         Width = 213
  649.         Height = 23
  650.         AutoSize = False
  651.         TabOrder = 0
  652.       end
  653.       object BE_office: TEdit
  654.         Left = 401
  655.         Top = 16
  656.         Width = 213
  657.         Height = 23
  658.         AutoSize = False
  659.         TabOrder = 1
  660.       end
  661.       object BE_department: TEdit
  662.         Left = 85
  663.         Top = 50
  664.         Width = 213
  665.         Height = 23
  666.         AutoSize = False
  667.         TabOrder = 2
  668.       end
  669.       object BE_JobTitle: TEdit
  670.         Left = 401
  671.         Top = 50
  672.         Width = 213
  673.         Height = 23
  674.         AutoSize = False
  675.         TabOrder = 3
  676.       end
  677.       object BE_Address: TEdit
  678.         Left = 84
  679.         Top = 97
  680.         Width = 458
  681.         Height = 23
  682.         AutoSize = False
  683.         TabOrder = 4
  684.       end
  685.       object BE_City: TEdit
  686.         Left = 85
  687.         Top = 131
  688.         Width = 213
  689.         Height = 23
  690.         AutoSize = False
  691.         TabOrder = 5
  692.       end
  693.       object BE_State: TEdit
  694.         Left = 401
  695.         Top = 131
  696.         Width = 213
  697.         Height = 23
  698.         AutoSize = False
  699.         TabOrder = 6
  700.       end
  701.       object BE_ZIP: TEdit
  702.         Left = 85
  703.         Top = 165
  704.         Width = 212
  705.         Height = 23
  706.         AutoSize = False
  707.         TabOrder = 7
  708.       end
  709.       object BE_Country: TEdit
  710.         Left = 401
  711.         Top = 165
  712.         Width = 213
  713.         Height = 23
  714.         AutoSize = False
  715.         TabOrder = 8
  716.       end
  717.       object BE_P1: TEdit
  718.         Left = 125
  719.         Top = 211
  720.         Width = 150
  721.         Height = 23
  722.         AutoSize = False
  723.         TabOrder = 9
  724.       end
  725.       object BE_p2: TEdit
  726.         Left = 441
  727.         Top = 212
  728.         Width = 151
  729.         Height = 23
  730.         AutoSize = False
  731.         TabOrder = 10
  732.       end
  733.       object BE_p3: TEdit
  734.         Left = 125
  735.         Top = 246
  736.         Width = 150
  737.         Height = 23
  738.         AutoSize = False
  739.         TabOrder = 11
  740.       end
  741.       object BE_p4: TEdit
  742.         Left = 441
  743.         Top = 246
  744.         Width = 151
  745.         Height = 23
  746.         AutoSize = False
  747.         TabOrder = 12
  748.       end
  749.       object BE_e1: TEdit
  750.         Left = 75
  751.         Top = 329
  752.         Width = 121
  753.         Height = 23
  754.         Hint = 'Double-click it to send email'
  755.         AutoSize = False
  756.         TabOrder = 15
  757.         OnDblClick = BE_e1DblClick
  758.       end
  759.       object BE_e2: TEdit
  760.         Left = 279
  761.         Top = 329
  762.         Width = 121
  763.         Height = 23
  764.         Hint = 'Double-click it to send email'
  765.         AutoSize = False
  766.         TabOrder = 16
  767.         OnDblClick = BE_e1DblClick
  768.       end
  769.       object BE_e3: TEdit
  770.         Left = 477
  771.         Top = 329
  772.         Width = 121
  773.         Height = 23
  774.         Hint = 'Double-click it to send email'
  775.         AutoSize = False
  776.         TabOrder = 17
  777.         OnDblClick = BE_e1DblClick
  778.       end
  779.       object BE_web: TEdit
  780.         Left = 75
  781.         Top = 378
  782.         Width = 517
  783.         Height = 23
  784.         AutoSize = False
  785.         TabOrder = 18
  786.       end
  787.       object BE_p5: TEdit
  788.         Left = 125
  789.         Top = 282
  790.         Width = 168
  791.         Height = 23
  792.         AutoSize = False
  793.         TabOrder = 13
  794.       end
  795.       object BE_p6: TEdit
  796.         Left = 441
  797.         Top = 279
  798.         Width = 171
  799.         Height = 23
  800.         AutoSize = False
  801.         TabOrder = 14
  802.       end
  803.       object CH_BusinessAddress: TCheckBox
  804.         Left = 555
  805.         Top = 101
  806.         Width = 61
  807.         Height = 17
  808.         Caption = 'Default'
  809.         Checked = True
  810.         State = cbChecked
  811.         TabOrder = 19
  812.         OnClick = CH_BusinessAddressClick
  813.       end
  814.       object CH_BE1: TCheckBox
  815.         Left = 198
  816.         Top = 332
  817.         Width = 18
  818.         Height = 17
  819.         Hint = 'As Default Email'
  820.         Checked = True
  821.         State = cbChecked
  822.         TabOrder = 20
  823.         OnClick = CH_BE1Click
  824.       end
  825.       object CH_BE2: TCheckBox
  826.         Left = 403
  827.         Top = 331
  828.         Width = 18
  829.         Height = 17
  830.         Hint = 'As Default Email'
  831.         TabOrder = 21
  832.         OnClick = CH_BE2Click
  833.       end
  834.       object CH_BE3: TCheckBox
  835.         Left = 600
  836.         Top = 331
  837.         Width = 14
  838.         Height = 17
  839.         Hint = 'As Default Email'
  840.         TabOrder = 22
  841.         OnClick = CH_BE2Click
  842.       end
  843.       object CH_BP1: TCheckBox
  844.         Left = 280
  845.         Top = 213
  846.         Width = 17
  847.         Height = 17
  848.         Hint = 'As Default Phone'
  849.         Checked = True
  850.         State = cbChecked
  851.         TabOrder = 23
  852.         OnClick = CH_BP1Click
  853.       end
  854.       object CH_BP3: TCheckBox
  855.         Left = 280
  856.         Top = 248
  857.         Width = 17
  858.         Height = 17
  859.         Hint = 'As Default Phone'
  860.         TabOrder = 24
  861.         OnClick = CH_BP2Click
  862.       end
  863.       object CH_BP4: TCheckBox
  864.         Left = 599
  865.         Top = 248
  866.         Width = 17
  867.         Height = 17
  868.         Hint = 'As Default Phone'
  869.         TabOrder = 25
  870.         OnClick = CH_BP2Click
  871.       end
  872.       object CH_BP2: TCheckBox
  873.         Left = 599
  874.         Top = 215
  875.         Width = 17
  876.         Height = 17
  877.         Hint = 'As Default Phone'
  878.         TabOrder = 26
  879.         OnClick = CH_BP2Click
  880.       end
  881.     end
  882.     object TabSheet3: TTabSheet
  883.       Caption = '&Home'
  884.       Font.Charset = ANSI_CHARSET
  885.       Font.Color = clWindowText
  886.       Font.Height = -13
  887.       Font.Name = 'Arial'
  888.       Font.Style = []
  889.       ImageIndex = 2
  890.       ParentFont = False
  891.       object Label18: TLabel
  892.         Left = 16
  893.         Top = 20
  894.         Width = 35
  895.         Height = 16
  896.         Caption = 'St&reet'
  897.         FocusControl = HE_Address
  898.       end
  899.       object Label19: TLabel
  900.         Left = 16
  901.         Top = 70
  902.         Width = 23
  903.         Height = 16
  904.         Caption = 'Ci&ty'
  905.         FocusControl = HE_City
  906.       end
  907.       object Label20: TLabel
  908.         Left = 311
  909.         Top = 70
  910.         Width = 77
  911.         Height = 16
  912.         Hint = 'State/Provine'
  913.         Caption = 'State/Pro&vine'
  914.         FocusControl = HE_State
  915.       end
  916.       object Label21: TLabel
  917.         Left = 311
  918.         Top = 116
  919.         Width = 89
  920.         Height = 16
  921.         Hint = 'Country/Region'
  922.         Caption = 'Co&untry/Region'
  923.         FocusControl = HE_Country
  924.       end
  925.       object Label22: TLabel
  926.         Left = 16
  927.         Top = 116
  928.         Width = 58
  929.         Height = 16
  930.         Caption = '&Zip/Postal'
  931.         FocusControl = HE_ZIP
  932.       end
  933.       object Label23: TLabel
  934.         Left = 16
  935.         Top = 177
  936.         Width = 86
  937.         Height = 16
  938.         Caption = 'Home &Phone 1'
  939.         FocusControl = HE_P1
  940.       end
  941.       object Bevel5: TBevel
  942.         Left = 17
  943.         Top = 154
  944.         Width = 594
  945.         Height = 6
  946.         Shape = bsTopLine
  947.       end
  948.       object Label24: TLabel
  949.         Left = 311
  950.         Top = 178
  951.         Width = 86
  952.         Height = 16
  953.         Caption = 'Home Pho&ne 2'
  954.         FocusControl = HE_P2
  955.       end
  956.       object Label25: TLabel
  957.         Left = 311
  958.         Top = 223
  959.         Width = 87
  960.         Height = 16
  961.         Caption = 'Home &Mobile 2'
  962.         FocusControl = HE_P4
  963.       end
  964.       object Label26: TLabel
  965.         Left = 16
  966.         Top = 220
  967.         Width = 87
  968.         Height = 16
  969.         Caption = '&Home Mobile 1'
  970.         FocusControl = HE_P3
  971.       end
  972.       object Label27: TLabel
  973.         Left = 16
  974.         Top = 262
  975.         Width = 71
  976.         Height = 16
  977.         Caption = 'Home F&ax 1'
  978.         FocusControl = HE_P5
  979.       end
  980.       object Label28: TLabel
  981.         Left = 311
  982.         Top = 269
  983.         Width = 71
  984.         Height = 16
  985.         Caption = 'Home Fa&x 2'
  986.         FocusControl = HE_P6
  987.       end
  988.       object Bevel6: TBevel
  989.         Left = 17
  990.         Top = 302
  991.         Width = 594
  992.         Height = 6
  993.         Shape = bsTopLine
  994.       end
  995.       object Label29: TLabel
  996.         Left = 16
  997.         Top = 325
  998.         Width = 44
  999.         Height = 16
  1000.         Hint = 'Business Email 1'
  1001.         Caption = '&Email 1'
  1002.         FocusControl = HE_e1
  1003.       end
  1004.       object Label30: TLabel
  1005.         Left = 225
  1006.         Top = 325
  1007.         Width = 44
  1008.         Height = 16
  1009.         Hint = 'Business Email 2'
  1010.         Caption = 'Ema&il 2'
  1011.         FocusControl = HE_e2
  1012.       end
  1013.       object Label31: TLabel
  1014.         Left = 425
  1015.         Top = 325
  1016.         Width = 44
  1017.         Height = 16
  1018.         Hint = 'Business Email 3'
  1019.         Caption = 'Emai&l 3'
  1020.         FocusControl = HE_e3
  1021.       end
  1022.       object Bevel7: TBevel
  1023.         Left = 17
  1024.         Top = 361
  1025.         Width = 594
  1026.         Height = 6
  1027.         Shape = bsTopLine
  1028.       end
  1029.       object Label32: TLabel
  1030.         Left = 16
  1031.         Top = 380
  1032.         Width = 59
  1033.         Height = 16
  1034.         Caption = '&Web page'
  1035.         FocusControl = HE_web
  1036.       end
  1037.       object SpeedButton4: TSpeedButton
  1038.         Left = 592
  1039.         Top = 378
  1040.         Width = 23
  1041.         Height = 23
  1042.         Caption = 'Go'
  1043.         OnClick = SpeedButton4Click
  1044.       end
  1045.       object HE_Address: TEdit
  1046.         Left = 77
  1047.         Top = 18
  1048.         Width = 465
  1049.         Height = 23
  1050.         AutoSize = False
  1051.         Font.Charset = ANSI_CHARSET
  1052.         Font.Color = clWindowText
  1053.         Font.Height = -12
  1054.         Font.Name = 'Arial'
  1055.         Font.Style = []
  1056.         ParentFont = False
  1057.         TabOrder = 0
  1058.       end
  1059.       object HE_City: TEdit
  1060.         Left = 77
  1061.         Top = 65
  1062.         Width = 204
  1063.         Height = 23
  1064.         AutoSize = False
  1065.         Font.Charset = ANSI_CHARSET
  1066.         Font.Color = clWindowText
  1067.         Font.Height = -12
  1068.         Font.Name = 'Arial'
  1069.         Font.Style = []
  1070.         ParentFont = False
  1071.         TabOrder = 1
  1072.       end
  1073.       object HE_State: TEdit
  1074.         Left = 406
  1075.         Top = 65
  1076.         Width = 204
  1077.         Height = 23
  1078.         AutoSize = False
  1079.         Font.Charset = ANSI_CHARSET
  1080.         Font.Color = clWindowText
  1081.         Font.Height = -12
  1082.         Font.Name = 'Arial'
  1083.         Font.Style = []
  1084.         ParentFont = False
  1085.         TabOrder = 2
  1086.       end
  1087.       object HE_Country: TEdit
  1088.         Left = 406
  1089.         Top = 112
  1090.         Width = 204
  1091.         Height = 23
  1092.         AutoSize = False
  1093.         Font.Charset = ANSI_CHARSET
  1094.         Font.Color = clWindowText
  1095.         Font.Height = -12
  1096.         Font.Name = 'Arial'
  1097.         Font.Style = []
  1098.         ParentFont = False
  1099.         TabOrder = 3
  1100.       end
  1101.       object HE_ZIP: TEdit
  1102.         Left = 77
  1103.         Top = 112
  1104.         Width = 204
  1105.         Height = 23
  1106.         AutoSize = False
  1107.         Font.Charset = ANSI_CHARSET
  1108.         Font.Color = clWindowText
  1109.         Font.Height = -12
  1110.         Font.Name = 'Arial'
  1111.         Font.Style = []
  1112.         ParentFont = False
  1113.         TabOrder = 4
  1114.       end
  1115.       object HE_P1: TEdit
  1116.         Left = 106
  1117.         Top = 176
  1118.         Width = 162
  1119.         Height = 23
  1120.         AutoSize = False
  1121.         Font.Charset = ANSI_CHARSET
  1122.         Font.Color = clWindowText
  1123.         Font.Height = -12
  1124.         Font.Name = 'Arial'
  1125.         Font.Style = []
  1126.         ParentFont = False
  1127.         TabOrder = 5
  1128.       end
  1129.       object HE_P2: TEdit
  1130.         Left = 409
  1131.         Top = 176
  1132.         Width = 184
  1133.         Height = 23
  1134.         AutoSize = False
  1135.         Font.Charset = ANSI_CHARSET
  1136.         Font.Color = clWindowText
  1137.         Font.Height = -12
  1138.         Font.Name = 'Arial'
  1139.         Font.Style = []
  1140.         ParentFont = False
  1141.         TabOrder = 6
  1142.       end
  1143.       object HE_P4: TEdit
  1144.         Left = 409
  1145.         Top = 218
  1146.         Width = 184
  1147.         Height = 23
  1148.         AutoSize = False
  1149.         Font.Charset = ANSI_CHARSET
  1150.         Font.Color = clWindowText
  1151.         Font.Height = -12
  1152.         Font.Name = 'Arial'
  1153.         Font.Style = []
  1154.         ParentFont = False
  1155.         TabOrder = 7
  1156.       end
  1157.       object HE_P3: TEdit
  1158.         Left = 106
  1159.         Top = 218
  1160.         Width = 162
  1161.         Height = 23
  1162.         AutoSize = False
  1163.         Font.Charset = ANSI_CHARSET
  1164.         Font.Color = clWindowText
  1165.         Font.Height = -12
  1166.         Font.Name = 'Arial'
  1167.         Font.Style = []
  1168.         ParentFont = False
  1169.         TabOrder = 8
  1170.       end
  1171.       object HE_P5: TEdit
  1172.         Left = 105
  1173.         Top = 260
  1174.         Width = 180
  1175.         Height = 23
  1176.         AutoSize = False
  1177.         Font.Charset = ANSI_CHARSET
  1178.         Font.Color = clWindowText
  1179.         Font.Height = -12
  1180.         Font.Name = 'Arial'
  1181.         Font.Style = []
  1182.         ParentFont = False
  1183.         TabOrder = 9
  1184.       end
  1185.       object HE_P6: TEdit
  1186.         Left = 409
  1187.         Top = 260
  1188.         Width = 201
  1189.         Height = 23
  1190.         AutoSize = False
  1191.         Font.Charset = ANSI_CHARSET
  1192.         Font.Color = clWindowText
  1193.         Font.Height = -12
  1194.         Font.Name = 'Arial'
  1195.         Font.Style = []
  1196.         ParentFont = False
  1197.         TabOrder = 10
  1198.       end
  1199.       object HE_e1: TEdit
  1200.         Left = 75
  1201.         Top = 323
  1202.         Width = 121
  1203.         Height = 23
  1204.         Hint = 'Double-click it to send email'
  1205.         AutoSize = False
  1206.         Font.Charset = ANSI_CHARSET
  1207.         Font.Color = clWindowText
  1208.         Font.Height = -12
  1209.         Font.Name = 'Arial'
  1210.         Font.Style = []
  1211.         ParentFont = False
  1212.         TabOrder = 11
  1213.         OnDblClick = BE_e1DblClick
  1214.       end
  1215.       object HE_e2: TEdit
  1216.         Left = 272
  1217.         Top = 323
  1218.         Width = 121
  1219.         Height = 23
  1220.         Hint = 'Double-click it to send email'
  1221.         AutoSize = False
  1222.         Font.Charset = ANSI_CHARSET
  1223.         Font.Color = clWindowText
  1224.         Font.Height = -12
  1225.         Font.Name = 'Arial'
  1226.         Font.Style = []
  1227.         ParentFont = False
  1228.         TabOrder = 12
  1229.         OnDblClick = BE_e1DblClick
  1230.       end
  1231.       object HE_e3: TEdit
  1232.         Left = 473
  1233.         Top = 323
  1234.         Width = 121
  1235.         Height = 23
  1236.         Hint = 'Double-click it to send email'
  1237.         AutoSize = False
  1238.         Font.Charset = ANSI_CHARSET
  1239.         Font.Color = clWindowText
  1240.         Font.Height = -12
  1241.         Font.Name = 'Arial'
  1242.         Font.Style = []
  1243.         ParentFont = False
  1244.         TabOrder = 13
  1245.         OnDblClick = BE_e1DblClick
  1246.       end
  1247.       object HE_web: TEdit
  1248.         Left = 76
  1249.         Top = 378
  1250.         Width = 516
  1251.         Height = 23
  1252.         AutoSize = False
  1253.         Font.Charset = ANSI_CHARSET
  1254.         Font.Color = clWindowText
  1255.         Font.Height = -12
  1256.         Font.Name = 'Arial'
  1257.         Font.Style = []
  1258.         ParentFont = False
  1259.         TabOrder = 14
  1260.       end
  1261.       object CH_HomeAddress: TCheckBox
  1262.         Left = 552
  1263.         Top = 21
  1264.         Width = 61
  1265.         Height = 17
  1266.         Caption = 'Default'
  1267.         TabOrder = 15
  1268.         OnClick = CH_HomeAddressClick
  1269.       end
  1270.       object CH_HP4: TCheckBox
  1271.         Left = 598
  1272.         Top = 221
  1273.         Width = 17
  1274.         Height = 17
  1275.         Hint = 'As Default Phone'
  1276.         TabOrder = 16
  1277.         OnClick = CH_BP2Click
  1278.       end
  1279.       object CH_HP2: TCheckBox
  1280.         Left = 598
  1281.         Top = 178
  1282.         Width = 17
  1283.         Height = 17
  1284.         Hint = 'As Default Phone'
  1285.         TabOrder = 17
  1286.         OnClick = CH_BP2Click
  1287.       end
  1288.       object CH_HP1: TCheckBox
  1289.         Left = 273
  1290.         Top = 179
  1291.         Width = 17
  1292.         Height = 17
  1293.         Hint = 'As Default Phone'
  1294.         TabOrder = 18
  1295.         OnClick = CH_BP2Click
  1296.       end
  1297.       object CH_HP3: TCheckBox
  1298.         Left = 272
  1299.         Top = 220
  1300.         Width = 17
  1301.         Height = 17
  1302.         Hint = 'As Default Phone'
  1303.         TabOrder = 19
  1304.         OnClick = CH_BP2Click
  1305.       end
  1306.       object CH_HE1: TCheckBox
  1307.         Left = 199
  1308.         Top = 325
  1309.         Width = 18
  1310.         Height = 17
  1311.         Hint = 'As Default Email'
  1312.         TabOrder = 20
  1313.         OnClick = CH_BE2Click
  1314.       end
  1315.       object CH_HE2: TCheckBox
  1316.         Left = 396
  1317.         Top = 325
  1318.         Width = 18
  1319.         Height = 17
  1320.         Hint = 'As Default Email'
  1321.         TabOrder = 21
  1322.         OnClick = CH_BE2Click
  1323.       end
  1324.       object CH_HE3: TCheckBox
  1325.         Left = 598
  1326.         Top = 325
  1327.         Width = 14
  1328.         Height = 17
  1329.         Hint = 'As Default Email'
  1330.         TabOrder = 22
  1331.         OnClick = CH_BE2Click
  1332.       end
  1333.     end
  1334.   end
  1335.   object btnSaveAndAdd: TBitBtn
  1336.     Left = 116
  1337.     Top = 456
  1338.     Width = 121
  1339.     Height = 30
  1340.     Caption = '&Save and Add'
  1341.     Font.Charset = ANSI_CHARSET
  1342.     Font.Color = clWindowText
  1343.     Font.Height = -13
  1344.     Font.Name = 'Arial'
  1345.     Font.Style = []
  1346.     ParentFont = False
  1347.     TabOrder = 3
  1348.     OnClick = btnSaveAndAddClick
  1349.   end
  1350. end
  1351.